Even Vowels
TIME LIMIT = 1 SEC.
- The English faculty corrects hundreds of answer sheets every year. One of the many questions that are asked is for the students to write an essay. Weirdly, marks assigned for an essay depends on the number of vowels present in each word. This year, the English faculty has asked for your help to make their job easier. Given the length of the essay (in number of characters) and the essay itself, print the number of vowels present in each word.
Input | Output |
First line will contain N, number of characters in the essay. The next line will contain the essay itself. |
Print the number of vowels present in each word on a new line. |
- 1 ≤ N≤ 104